home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 10 - 1994
/
10.03 Mar 94
/
Fixed Point Math
/
Source
/
SineTable.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-29
|
236 b
|
12 lines
|
[
TEXT/KAHL
]
/*****
*
* SineTable.h
* SineTable: Values of sin() and cos() for -360 <= a <= 720
* Full version
*
* Alexei Lebedev, October 6, 1992
*
*****/
void InitSineTable(void);
void GetTrigValues(short angle, Fixed *sin, Fixed *cos);